home *** CD-ROM | disk | FTP | other *** search
/ MacFormat 2003 June / macformat-130.iso / mac / Reviewed⁄Demos / Spearhead Demo / demota / pak1.pk3 / scripts / m3.shader < prev    next >
Encoding:
Text File  |  2002-10-21  |  616 b   |  38 lines

  1. m3
  2. {
  3.     qer_editorimage    textures/models/vehicles/m3/m3.tga
  4.     cull none
  5.     {
  6.         map textures/models/vehicles/m3/m3.tga
  7.         rgbGen lightingSpherical
  8.     }
  9. }
  10.  
  11. static_m3
  12. {
  13.     qer_editorimage    textures/models/vehicles/m3/m3.tga
  14.     cull none
  15.     {
  16.         map textures/models/vehicles/m3/m3.tga
  17.         rgbGen vertex
  18.     }
  19. }
  20.  
  21. m3tredz
  22. {
  23.     qer_editorimage    textures/models/vehicles/m3/m3tredz.tga
  24.     {
  25.         map textures/models/vehicles/m3/m3tredz.tga
  26.         rgbGen lightingSpherical
  27.     }
  28. }
  29.  
  30. static_m3tredz
  31. {
  32.     qer_editorimage    textures/models/vehicles/m3/m3tredz.tga
  33.     {
  34.         map textures/models/vehicles/m3/m3tredz.tga
  35.         rgbGen vertex
  36.     }
  37. }
  38.